home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / xtras / medial~1 / setfx~1.dir / General Member Settings_23_Vertical Location Keyboard.ls < prev    next >
Encoding:
Text File  |  1998-12-01  |  262 b   |  14 lines

  1. on keyDown
  2.   global fxCurObj
  3.   if objectp(fxCurObj) then
  4.     keyBoardInputDown(the ieVerticalLocation of fxCurObj, the key)
  5.   end if
  6. end
  7.  
  8. on keyUp
  9.   global fxCurObj
  10.   if objectp(fxCurObj) then
  11.     keyBoardInputUp(the ieVerticalLocation of fxCurObj)
  12.   end if
  13. end
  14.